home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ca29_4.zip / TALKER.DOC < prev    next >
Text File  |  1992-10-12  |  25KB  |  935 lines

  1. TALKER: Voice driver Script and Overlay for COM-AND
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.            --------------------------------------------
  13.            TALKER driver Script and Overlay for COM-AND
  14.            --------------------------------------------
  15.  
  16.  
  17.  
  18.  
  19.  
  20.     COM-AND, and the TALKER script-set (TALKER.CMD, TALKER.OVL et
  21.     al) are copyright 1992 by CABER Software.  TALKER is distributed
  22.     with the COM-AND communications system as an accessory.  TALKER
  23.     is intended for use ONLY with COM-AND.    COM-AND is "shareware".
  24.     If you USE COM-AND after evaluating it, you MUST pay for it.
  25.  
  26.  
  27.  
  28.     The complete user license and registration information is to be
  29.     found in the file REGISTER.DOC.  Limitations on redistribution
  30.     of COM-AND are set out in the file VENDOR.DOC.    These two files
  31.     are included with the COM-AND program release.
  32.  
  33.  
  34.  
  35.                  CABER Software
  36.                  R. (Scott) McGinnis
  37.                  P.O. Box 3607 Mdse Mart
  38.                  Chicago, IL 60654-0607
  39.  
  40.                  GEnie, Delphi: TARTAN
  41.                  CIS .......... 73147,2665
  42.                  Internet ..... 73147.2665@compuserve.com
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. Version 1.1: 921012
  55.  
  56. TALKER: Voice driver Script and Overlay for COM-AND
  57.  
  58.  
  59.  
  60.     TALKER version 1.1 is a part of the COM-AND communications package.
  61.     COM-AND is copyright 1992, by CABER Software.  All rights are
  62.     reserved world wide, excepting redistribution under the shareware
  63.     concept.  COM-AND is distributed freely and may be copied by anyone
  64.     for any number of machines, for purposes of evaluation.
  65.  
  66.  
  67.     Restrictions on redistribution are set out in the document file
  68.     VENDOR.DOC.  You may NOT distribute COM-AND or its documentation in
  69.     connection with ANY commercial venture, product, publication or
  70.     service without written approval from CABER Software.
  71.  
  72.  
  73.     COM-AND is distributed as shareware.  You may try COM-AND without
  74.     charge, to evaluate its usefulness to you.  You may evaluate COM-AND
  75.     for a period of up to 30 days.    If you continue to use COM-AND after
  76.     30 days, then you must pay for it.  Please read REGISTER.DOC for the
  77.     terms and conditions of the User License.
  78.  
  79.  
  80.     The author supports COM-AND through electronic mail on the various
  81.     on-line services.  Several BBSes focused on COM-AND exist at this
  82.     time.  Voice support for COM-AND is also available from Support
  83.     EtCetera in Long Beach, CA.  Please read REGISTER.DOC for details
  84.     on support, and COM-AND BBSes.
  85.  
  86.  
  87.     CABER Software is a member of the Association of Shareware Profes-
  88.     sionals (ASP).    The ASP offers an ombudsman service to help you
  89.     resolve shareware related disputes with ASP members.  Please read
  90.     the file REGISTER.DOC for information on how to contact the ASP
  91.     Ombudsman.
  92.  
  93.  
  94.     COM-AND is supplied "as-is" with no warranties expressed or implied.
  95.     Neither CABER software nor the author will be liable for any damages
  96.     or lost revenues incurred through the use of this program or any of
  97.     its accessories and utilities beyond the registration price paid.
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. Version 1.1: 921012
  110.  
  111. TALKER: Voice driver Script and Overlay for COM-AND
  112.  
  113.  
  114.                  Table of Contents
  115.                  -----------------
  116.  
  117. I.    Introduction  .............................................. page 1
  118.  
  119.     A. What is COM-AND? ........................................ page 1
  120.     B. The VOICE.EXE Driver .................................... page 2
  121.     C. The TALKER.OVL overlay and TALKER.CMD script ............ page 2
  122.     D. The SPEECH.COM Driver ................................... page 3
  123.     E. This document ........................................... page 3
  124.  
  125. II.    Using TALKER.CMD ........................................... page 4
  126.  
  127. III.    TALKER.OVL programming ..................................... page 5
  128.  
  129.     SCALL 6,Nx     ; Open driver ............................... page 5
  130.     SCALL 9        ; Close driver .............................. page 6
  131.     SCALL 12,Sx,Nx ; Load exceptions ........................... page 6
  132.     SCALL 0,Sx     ; Speak english text ........................ page 6
  133.     SCALL 3,Sx     ; Speak phonetic text ....................... page 6
  134.     SCALL 15,Nx    ; Set rate .................................. page 7
  135.     SCALL 18,Nx    ; Set pitch ................................. page 7
  136.     SCALL 21,Sx    ; Set driver file name ...................... page 7
  137.  
  138. IV.    VOICEON, VOICEOFF, and TESTVOICE scripts ................... page 8
  139.  
  140. V.    TALKER.OVL termination ..................................... page 9
  141.  
  142. VI.    Program Requirements ....................................... page 10
  143.  
  144. VII.    Program and Author Information    ............................ page 11
  145.  
  146.  
  147.                 Appendices
  148.                 ----------
  149.  
  150.  
  151. A.    VOICE.EXE arpabet .......................................... page 12
  152.  
  153. B.    SPEECH.COM arpabet ......................................... page 13
  154.  
  155. C.    Exception file ............................................. page 14
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. Version 1.1: 921012
  165.  
  166. TALKER:  Voice driver for COM-AND                     Page   1
  167.  
  168.  
  169. I.    Introduction
  170.  
  171.  
  172.     A. What is COM-AND?
  173.  
  174.  
  175.        COM-AND for the IBM PC and compatibles is a communications
  176.        program for use by itself, or for use with several integrated
  177.        accessory programs (which themselves may be used independent of
  178.        COM-AND).  COM-AND provides standard comm program functions:  a
  179.        dialing directory, macros, disk logging, binary and ASCII file
  180.        transfers, scripted execution and so on.
  181.  
  182.  
  183.        Four accessories are available for use with COM-AND at the date of
  184.        this writing.  These accessories are for use over conferencing
  185.        services such as People/Link's PARTY, GEnie's RTC and CIS's CB:
  186.  
  187.         PC-VCO provides a way to 'see' and 'hear' people talking.
  188.         CCHESS supports chess games with another conference user.
  189.         CBRIDG supports bridge games with other conference users.
  190.         CCOLOR tracks conference users, coloring each speaker's
  191.                received text differently
  192.  
  193.  
  194.        These accessories are available uploaded separately, not as a
  195.        part of COM-AND's release.  Please refer to the accessory
  196.        documents for more detailed discussions of their function.
  197.  
  198.  
  199.        COM-AND executes as a CRT based comm program either in 25 line
  200.        text mode on a CGA or monochrome screen, or 25/43 line mode on an
  201.        EGA display.  When an accessory is loaded through COM-AND (or when
  202.        COM-AND is loaded by an accessory), most of the functions of
  203.        COM-AND are available through the accessory.
  204.  
  205.  
  206.        COM-AND and its accessories (PC-VCO, CCHESS, CBRIDG, and CCOLOR)
  207.        may be copied freely and distributed to anyone for any number of
  208.        machines, for purposes of evaluation.  The author offers COM-AND
  209.        as "shareware".  If you USE COM-AND after evaluating it, you MUST
  210.        pay for it.
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219. Version 1.1: 921012
  220.  
  221. TALKER:  Voice driver for COM-AND                     Page   2
  222.  
  223.  
  224. I.    Introduction (continued)
  225.  
  226.  
  227.     B. The VOICE.EXE driver
  228.  
  229.  
  230.        VOICE.EXE is a TSR speaker driver performing phoneme (text) to
  231.        speech (sound) synthesis.  VOICE.EXE was released with version 2.2
  232.        of PC-VCO.  VOICE.EXE was created to support PC-VCO, with the
  233.        following goals:
  234.  
  235.        o    VOICE.EXE was not to be CPU speed dependant
  236.        o    VOICE.EXE would run with any version of MS-DOS after 2.0
  237.        o    VOICE.EXE would implement a broader 'arpabet' (the phoneme
  238.         set) compatible with the MacIntosh/Amiga arpabet
  239.        o    VOICE.EXE would permit a limited variance of speech pitch
  240.         and speaking rate
  241.        o    VOICE.EXE might be loaded 'on top' of COM-AND and deleted
  242.         after use (and it may be used TSR as well!)
  243.  
  244.        Refer to the document VOICE.DOC for more details.
  245.  
  246.  
  247.     C. The TALKER.OVL overlay and TALKER.CMD script
  248.  
  249.  
  250.        The use of VOICE.EXE was previously limited to use with PC-VCO.
  251.        Beginning with COM-AND version 2.6, VOICE.EXE may be accessed
  252.        through a script named TALKER.CMD and a machine language script
  253.        subroutine overlay named TALKER.OVL.
  254.  
  255.        o    TALKER.CMD loads TALKER.OVL as an overlay and:
  256.         .. TALKER.OVL looks for VOICE.EXE loaded as a TSR
  257.         .. TALKER.OVL loads VOICE.EXE if VOICE is not TSR
  258.            ... it must be in the current subdirectory,
  259.            ... there must be sufficient memory
  260.        o    TALKER.CMD loads an exception file (discussed below) if
  261.         found on the cu